* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}
a {
  color: inherit;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}
.w588 {
  width: 588px;
}
.fz14 {
  font-size: 14px;
}
.w300 {
  width: 300px;
}
.w898 {
  width: 897px;
}
/* user style */
.welcome {
  line-height: 50px;
  color: #0a51a1;
}
.search-bar {
  padding-top: 8px;
}
.search-border {
  width: 299px;
  height: 33px;
  border: 1px solid #c7c7c7;
}
.search-border img {
  float: left;
  margin: 4px 9px 0 10px;
}
.searchword {
  height: 100%;
  width: 256px;
  border: none;
  float: left;
}
.subbtn {
  width: 89px;
  height: 35px;
  border: none;
  background: #4080c8;
  color: #ffffff;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 325px;
  background: url(../images/slrcw-202103-banner.jpg) center center no-repeat;
  background-size: cover;
}

.nav {
  background: url(../images/slrcw-202103-navbg.jpg);
  line-height: 62px;
  height: 62px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.nav-bar {
  display: table;
}
.nav-child {
  display: table-cell;
  table-layout: fixed;
  width: 1%;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

.nav-more {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-more:hover {
  background: #1a74cc;
}
.nav-more::after {
  content: "";
  display: inline-block;
  background: url(../images/slrcw-202101-navmore.png);
  width: 8px;
  height: 7px;
  vertical-align: middle;
  margin-left: 10px;
}

.nav-childs {
  display: none;
  position: relative;
  background: #1a74cc;
  z-index: 99;
  font-size: 18px;
  line-height: initial;
}
.nav-c1 {
  padding: 19px 0;
}

/* carousel */
.slick-mod {
  width: 586px;
  height: 391px;
}
.slick-mod2 {
  width: 1200px;
  height: 133px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
  
}
.tit1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 48px;
  text-indent: 1rem;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-mod .slick-dots,
.slick-mod2 .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 18px;
}
.slick-mod2 .slick-dots {
  bottom: 13px;
  right: 30px;
}

.slick-mod .slick-arrow,
.slick-mod2 .slick-arrow {
  width: 33px;
  height: 57px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
/* .slick-mod .slick-next {
  right: 0;
  background: url(../images_zt/wlaq-202009-arrowrigh.png) no-repeat center;
}
.slick-mod .slick-prev {
  left: 0;
  background: url(../images_zt/wlaq-202009-arrowlef.png) no-repeat center;
}

.slick-mod2 .slick-next {
  right: 0;
  background: url(../images/wlaq-202009-arrowrigh.png) no-repeat center;
}
.slick-mod2 .slick-prev {
  left: 0;
  background: url(../images/wlaq-202009-arrowlef.png) no-repeat center;
} */
.slick-mod .slick-dots li,
.slick-mod2 .slick-dots li {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 9px 0 0;
}
.slick-mod2 .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: initial;
}
.slick-mod .slick-dots li.slick-active,
.slick-mod2 .slick-dots li.slick-active {
  width: 14px;
  height: 14px;
  background: #e50012;
  border-radius: 50%;
}
.slick-mod2 .slick-dots li.slick-active {
  border-radius: initial;
  width: 8px;
  height: 8px;
}
/* --- */

.br {
  /* border-left: 9px solid #0068b7; */
  border-bottom: 2px solid #0068b7;
  line-height: 25px;
  padding-left: 9px;
  padding-right: 9px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  /* color: #05527e; */
}
.chnltitle {
  border-bottom: 1px solid #a0a0a0;
  padding: 5px 17px 12px 0px;
  box-sizing: border-box;
}

.list {
  padding: 8px 0 0 0;
}
.list li {
  line-height: 31px;
  width: 100%;
  /* color: #062e65; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li::before {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #434343;
  vertical-align: middle;
  margin: 0 18px 0 2px;
}

.tab-item.br {
  border-bottom: none;
}
.tab-item.act {
  border-bottom: 2px solid #0068b7;
}
.tab-item + .tab-item {
  margin-left: 20px;
}

.tab-list {
  display: none;
}
.tab-list.act {
  display: block;
}
.more {
  font-size: 14px;
}

section + section {
  margin-top: 20px;
}

.link-table {
  display: table;
  margin-bottom: 17px;
}
.link-tablecell {
  table-layout: fixed;
  display: table-cell;
  width: 1%;
  text-align: center;
}

.bggray {
  background: #e5e5e5;
  padding: 20px 0;
}
.bggray img {
  border: 1px solid #b5b4b4;
}
.xglj {
  font-size: 20px;
  width: 114px;
  height: 60px;
  background: #0755ad;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
}

.links select {
  width: 194px;
  font-size: 16px;
  height: 60px;
  background: #e5e5e5;
  border: none;
  text-indent: 10px;
  color: #5b5b5b;
  /* box-sizing: border-box;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none; */
}

.links .fl + .fl {
  margin-left: 20px;
}

footer {
  background: #aeaeae;
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
}
.footer p {
  line-height: 34px;
}

.border {
  border: 1px solid #9f9f9f;
  box-sizing: border-box;
  background: #f1f1f1;
}

.content {
  border-left: 1px solid #9f9f9f;
  box-sizing: border-box;
  background: #ffffff;
}
.content img {
  max-width: 100%;
}

.chnl-pt {
  background: url(../images/slrcw-202103-chnlbg.png);
  height: 92px;
  padding-top: 26px;
  box-sizing: border-box;
  text-align: center;
  background-size: cover;
  color: #515151;
}

.lf-nav-p a {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 286px;
  line-height: 52px;
  background: url(../images/slrcw-202103-border.png) bottom center no-repeat;
  /* text-indent: 42px; */
  font-size: 18px;
}
.lf-nav-c a {
  text-indent: 68px;
  font-size: 18px;
}
.cnlbg {
  padding-bottom: 39px;
}
/* 领导 */
.ld-item {
  padding: 30px 40px;
  margin: 0 15px;
}
.ld-item img {
  width: 150px;
  height: 202px;
  margin-right: 28px;
}
.ld-item p{
  line-height: 30px;
}
.ld-desc {
  padding: 10px 0 0 0;
  text-align: justify;
  font-size: 16px;
}
.ld-item + .ld-item {
  border-top: 1px solid #9f9f9f;
}

/* 人才评价左侧菜单修改 202302 */
.lf-nav-c a {
  text-align: left;
  font-size: 16px;
  text-indent: 90px;
  background: none;
  line-height: 43px;
}
.lf-nav-p {
  background: url(../images/slrcw-202103-border.png) bottom center no-repeat;
}
.icon {
  margin-bottom: 2px;
}
.icon-jian {
  margin-bottom: 5px;
  display: none;
}
.lf-nav-c.act .icon-jian {
  display: inline;
}
.lf-nav-c.act .icon-jia {
  display: none;
}
.lf-nav-c2 a {
  font-size: 14px;
  line-height: 29px;
  text-indent: 92px;
}
.lf-nav-c2 a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #646464;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 5px;
}
.lf-nav-c2.act a::before {
  background: #3cb7e7;
}
.lf-nav-c2.act {
  color: #3cb7e7;
}
.lf-nav-c2 {
  display: none;
}
.lf-nav-c.act .lf-nav-c2 {
  display: block;
}